home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / dragracer.swf / scripts / DefineButton2_503 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2005-10-06  |  114 b   |  6 lines

  1. on(press){
  2.    this.startDrag(false,left,top,right,bottom);
  3.    dragging = true;
  4.    _parent.dragging = true;
  5. }
  6.